fa7c11
@@ -170,7 +170,7 @@
public class MethodCallExpression extends ExpressionDefinition {
             BeanHolder holder = new RegistryBean(camelContext, ref);
             // get the bean which will check that it exists
             instance = holder.getBean();
-            answer = new BeanExpression(ref, getMethod());
+            answer = new BeanExpression(instance, getMethod());
         }
 
         validateHasMethod(camelContext, instance, beanType, getMethod());
